home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
frogger.swf
/
scripts
/
DefineButton2_158
/
BUTTONCONDACTION on(keyPress Right).as
Wrap
Text File
|
2005-01-07
|
291b
|
13 lines
on(keyPress "<Right>"){
setProperty("/frosch", _X, getProperty("/frosch", _X) + "17");
x_value = getProperty("/frosch", _X);
y_value = getProperty("/frosch", _Y);
tellTarget("/frosch")
{
gotoAndStop("rechts");
play();
}
nextFrame();
play();
}